home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / H-Hx / HomeDesk.cpt / Home Desk / background_9025.txt < prev    next >
Encoding:
Text File  |  1987-10-27  |  1.2 KB  |  63 lines

  1. -- background: 9025 from stack: in
  2. -- bmap block id: 8020
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=0 top=0 right=342 bottom=83
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe right
  23.   pop card
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 81
  30. -- high flags: 0004
  31. -- rect: left=177 top=85 right=310 bottom=390
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: congrats
  40. ----- HyperTalk script -----
  41. on mouseup
  42.   hide the target
  43. end mouseup
  44.  
  45.  
  46. -- part 3 (button)
  47. -- low flags: 00
  48. -- high flags: 0000
  49. -- rect: left=211 top=168 right=221 bottom=350
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Envelope
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   set visible of field "congrats" to not the visible of field "congrats"
  61. end mouseUp
  62.  
  63.